home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
8542
/
8542.xpi
/
chrome
/
lastpass.jar
/
content
/
grid.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-02-14
|
3KB
|
57 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
<!DOCTYPE dialog SYSTEM "chrome://lastpass/locale/lastpass.dtd">
<dialog id="LPGrid"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="window_load(document, window);"
buttons=","
ondialogaccept="return lpgridaccept(document,window);"
ondialogcancel="lpgridcancel(document,window);return true;"
>
<script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
<script type="application/x-javascript" src="chrome://lastpass/content/grid.js" />
<vbox align="center" >
<hbox align="center">
<image src="chrome://lastpass/skin/spreadsheet.png" width="128" height="128"/>
<spacer width="15"/>
<hbox style="background-color:#eeeeee;">
<label width="30"/>
<vbox align="left">
<label height="15"/>
<label id="lpgrid1" height="30"/>
</vbox>
<label width="30"/>
</hbox>
</hbox>
<spacer height="15"/>
<hbox align="center">
<image src="chrome://lastpass/skin/icon.gif" />
<label id='grid1label'/>
<textbox type="password" id="lpgridinput1" width="25" value="" onkeyup="document.getElementById('lpgridinput2').focus()"/>
<label id='grid2label'/>
<textbox type="password" id="lpgridinput2" width="25" value="" onkeyup="document.getElementById('lpgridinput3').focus()"/>
<label id='grid3label'/>
<textbox type="password" id="lpgridinput3" width="25" value="" onkeyup="document.getElementById('lpgridinput4').focus()"/>
<label id='grid4label'/>
<textbox type="password" id="lpgridinput4" width="25" value="" onkeyup="document.getElementById('lpbutton').focus()"/>
<button id="lpbutton" oncommand="if(lpgridaccept(document,window))acceptDialog();"/>
</hbox>
<spacer height="15"/>
<vbox>
<hbox>
<checkbox id="lptrust" oncommand="document.getElementById('labelhbox').hidden=false;"/>
</hbox>
<hbox id="labelhbox" hidden="true">
<label id="lplabeltext"/><textbox id="trustlabel"/>
</hbox>
</vbox>
<spacer height="15"/>
<label id="lpgridlost" class="text-link" onclick="lpgridlost();cancelDialog();"/>
<spacer height="30"/>
</vbox>
</dialog>